home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_4908.txt < prev    next >
Text File  |  1990-04-04  |  1KB  |  52 lines

  1. -- card: 4908 from stack: in
  2. -- bmap block id: 5127
  3. -- flags: 0000
  4. -- background id: 26605
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set hilite of card button "continue" to true
  9.   set lockScreen to false
  10. end openCard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: C000
  16. -- rect: left=381 top=290 right=339 bottom=473
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 22308 / 22308
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Continue
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   set lockScreen to true
  28.   go to card id 25214
  29. end mouseUp
  30.  
  31.  
  32.  
  33.  
  34. -- part 2 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=47 top=289 right=342 bottom=126
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: New Button
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   go to card id 6474
  49. end mouseUp
  50.  
  51.  
  52.